net/http.http2clientStream.trace (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7867: 	trace         *httptrace.ClientTrace // or nil
		h2_bundle.go#L7917: 	return http2traceGot1xxResponseFunc(cs.trace)
		h2_bundle.go#L8779: 		trace:                httptrace.ContextClientTrace(ctx),
		h2_bundle.go#L8999: 			http2traceWait100Continue(cs.trace)
		h2_bundle.go#L9015: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L9022: 				http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L9030: 	http2traceWroteRequest(cs.trace, err)
		h2_bundle.go#L9101: 	http2traceWroteHeaders(cs.trace)
		h2_bundle.go#L10012: 		if cs.trace != nil {
		h2_bundle.go#L10017: 			http2traceFirstResponseByte(cs.trace)
		h2_bundle.go#L10144: 			http2traceGot100Continue(cs.trace)